!pr1
QUARTERLY DISK #20 contains all the source code from Volume 5, Issues 10-12 of the Apple Assembly Line newsletter.  The files are formatted for the S-C Macro Assembler, on a combination DOS 3.3 and ProDOS disk.


DOS Files

!lm+3
S.BINDEC -- A program to do binary/decimal/binary conversions.  This one is designed to be especially easy to modify for the precision you need.


S.BYTE TABLE -- This routine returns the number of bytes used by each opcode (including 65816), along with flags to indicate if it's immediate or absolute.  Here's a piece of a possible future relocator.


S.WILDCARD -- A filename search routine, with wildcards, useful in any kind of DOS utility.


S.65802.CONVERSIONS -- Extremely short binary-to-decimal conversion using the 65802.


S.INIT DOS & PRODOS -- Program to initialize a data disk with partitions for both DOS 3.3 and ProDOS.  This is the program used to produce this disk.


S.SUPER-FAST PRIMES 65802, S.SUPER-FAST PRIMES 65802+, PRINT PRIME TABLE -- The Sieve of Eratosthenes prime-number generator, coded for the 65802.



!lm-3
ProDOS Files

!lm+3
S.RECURCAT -- A program to list all files in all subdirectories of a ProDOS disk.  Also an interesting example of recursive techniques.


S.DOS.LOAD -- This program LOADs DOS 3.3 source files into the ProDOS version of the S-C Macro Assembler.


BUF.576K, BUF.320K, BUF.64K -- Use your extra Apple //c with Z-RAM for a serial printer buffer!
